projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
514cf21
)
(font_for_char): Extern it.
author
Kenichi Handa
<handa@m17n.org>
Fri, 29 Aug 2008 07:55:54 +0000
(07:55 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Fri, 29 Aug 2008 07:55:54 +0000
(07:55 +0000)
src/fontset.h
patch
|
blob
|
history
diff --git
a/src/fontset.h
b/src/fontset.h
index aa13d246446f6ee1babf014bc6e256c9650d1a67..76afeaecdc7e2c9472c647d1b47c2b95f83d010b 100644
(file)
--- a/
src/fontset.h
+++ b/
src/fontset.h
@@
-37,6
+37,8
@@
extern Lisp_Object fontset_font_pattern P_ ((FRAME_PTR, struct face *, int));
extern int face_suitable_for_char_p P_ ((struct face *, int));
extern int face_for_char P_ ((FRAME_PTR, struct face *, int,
int, Lisp_Object));
+extern Lisp_Object font_for_char P_ ((struct face *, int, int, Lisp_Object));
+
extern int make_fontset_for_ascii_face P_ ((FRAME_PTR, int, struct face *));
extern int fontset_from_font P_ ((Lisp_Object));
extern void set_default_ascii_font P_ ((Lisp_Object));